CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法 ppt

搜索资源列表

  1. GENETICALGORITHMS

    0下载:
  2. GENETIC ALGORITHMS(程润伟遗传算法PPT).pd详细介绍了遗传算法,希望对初学者有用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:660785
    • 提供者:caihaibin
  1. 傅立叶变换算法

    0下载:
  2. matlab 文件实现傅立叶变换算法 实心快速傅立叶变换的算法的代码实现 ,是基于信号处理的一位信号的-a matlab file realizing the DFT algorithm, realizing FFT algorithm by codes, it is based on the one-dimension signal process.需改名为.ppt查看。
  3. 所属分类:编程文档

    • 发布日期:2014-01-21
    • 文件大小:697690
    • 提供者:清风
  1. 高精度算法详解

    0下载:
  2. 这是关于高精度算法的一个PPT,其中包含了一些重要部分的代码
  3. 所属分类:数据结构常用算法

  1. 插值与拟合

    0下载:
  2. 讲义ppt 及实验源码,matlab
  3. 所属分类:数学计算/工程计算

  1. 全景图像拼接算法

    3下载:
  2. 很好的ppt,学习图像处理的一定要看奥
  3. 所属分类:其它资源

    • 发布日期:2011-01-05
    • 文件大小:6691664
    • 提供者:iitlab
  1. PPT关联规则分类等内容

    0下载:
  2. PPT包Apriori算法,FP-Growth算法,关联规则分类等内容
  3. 所属分类:其它文档

    • 发布日期:2011-03-07
    • 文件大小:312556
    • 提供者:dashenglin
  1. Leach源代码+解析

    6下载:
  2. LEACH源代码,NS2版本,加上word和ppt解析
  3. 所属分类:网络编程

  1. algorithm.rar

    2下载:
  2. 计算机算法设计与分析 王晓东 全部ppt,Computer algorithm design and analysis of all ppt Xiaodong
  3. 所属分类:Data structs

    • 发布日期:2015-10-26
    • 文件大小:2885806
    • 提供者:james
  1. Face-Eye-Detection.rar

    3下载:
  2. 此matlab程序,用来检测并定位人脸及人眼。采用的算法是肤色的颜色分隔。附件中的文件包括 eyematch.m, eyematch2.m, face.m, findeye.m,skin.m, k001.JPG等等,This matlab procedures used to detect and locate human faces and the human eye. Algorithm used in the color of skin are separated. Attachment
  3. 所属分类:图形图象

    • 发布日期:2017-04-09
    • 文件大小:2218696
    • 提供者:王杰
  1. datastructPPTflash.rar

    0下载:
  2. 有很陡数据结构的flash,PPT,帮你快速理解算法,一步步执行理解方便,There are steep data structure, flash PPT, to help you quickly understand the algorithm, a step by step to facilitate the implementation of the understanding
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6872703
    • 提供者:zhang
  1. bak

    0下载:
  2. 数据结构中链表算法的PPT,包括伪代码和基本原理,内容很详细-Data structure linked list algorithm PPT, including pseudo-code and the basic principles of the content in detail
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:39126
    • 提供者:士大夫
  1. GA遗传算法的入门教学PPT

    1下载:
  2. 遗传算法的入门教学PPT,包括一些简单的matlab实现程序。-Genetic algorithm tutorial PPT, including the realization of some simple matlab program.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:800242
    • 提供者:YJN
  1. svdd

    0下载:
  2. 支持向量数据的matlab算法程序,用于一类分类,欢迎大家下载-Algorithm for support vector data, matlab program for one-class classification, we are happy to download
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:520
    • 提供者:ljl
  1. PSO_AD

    0下载:
  2. 微粒群(PSO)优化算法进行图像匹配程序,MATLAB版。-Particle swarm optimization (PSO) algorithm for optimized image matching program, MATLAB version.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1213
    • 提供者:Alexshao
  1. Segmentation

    0下载:
  2. 聚类PPT,包括五种算法,和几种软件的实现。实用。-Clustering PPT, including the five algorithms, and several software implementations. Practical.
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1649558
    • 提供者:songjie
  1. HMM

    1下载:
  2. 隐马尔科夫模型的详细讲解,此ppt文稿非常详细的讲解了隐马尔科夫模型的原理、关键算法、等等,适合进阶学习。-Hidden Markov Model to explain the details, this ppt presentation explained in great detail the principles of Hidden Markov Model, the key algorithm, and so on, suitable for advanced study.
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:80095
    • 提供者:fangwei
  1. FFT

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short sequence DFT. different may div
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:419992
    • 提供者:卡其米奇
  1. new_denoise_algorithms

    0下载:
  2. 最新的去噪算法的文章,希望对大家的科研有帮助,给大家的一些启发-Denoising Algorithm latest article, in the hope that the U.S. scientific research have helped to shed some light on the U.S.
  3. 所属分类:File Formats

    • 发布日期:2017-05-22
    • 文件大小:7054226
    • 提供者:王彦光
  1. code

    0下载:
  2. 密码学的ppt,里面详细说明了DES算法,以及各个置换盒的数据。-Cryptography ppt, which details the DES algorithm, as well as various replacement cartridge data.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:478174
    • 提供者:hailei325
  1. BPandimprovethestandardmethodofBPalgorithm

    0下载:
  2. 标准BP算法及改进的BP算法应用,主要讲了标准的BP算法,附加动量法,自适应学习率调整法。-Standard BP algorithm and the application of improved BP algorithm, the main speaker of the standard BP algorithm, the additional momentum method, adaptive learning rate adjustment method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:49401
    • 提供者:haze
« 1 2 3 45 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com